home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 152_01 / lump.doc < prev    next >
Text File  |  1985-03-09  |  512b  |  16 lines

  1.                   Lump together a group of files
  2.                   ==============================
  3.  
  4. Usage:  lump outfile infile1 ...
  5.  
  6.    Lump all input files into the output file,
  7.    each being preceeded with a line identifying itself:
  8.  
  9.       *FILE: filename.ext
  10.  
  11.    Input files must contain only printable ASCII characters.
  12.    If the output file exists, the program aborts.
  13.    If no parameters are given the program tells about itself.
  14.  
  15. Use UNLUMP to break apart the file.
  16. ÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷÷